home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Applications / Soon4.7 folder / VersionHistory < prev   
Encoding:
Text File  |  1994-10-14  |  5.1 KB  |  126 lines  |  [TEXT/R*ch]

  1. Version History:
  2. ----------------
  3.  
  4. v4.7.0
  5. added a "Set" button, which prompts the user for location data, therefore a
  6. Resdit is no longer needed. changed the whole "STR " concept. Soon now uses
  7. a seperate "settings" file (one way for me to get rid of the incompetence of
  8. Microsoft's compiler/tool support on resources ;). added a "sanity" check on
  9. the longitude/timediff. to GMT and fixed a little bug in the longitude/latitude
  10. display. added another STR resource (id# 7) which indicates which date format
  11. is to be used. 0 is MM/DD/YYYY, 1 is DD.MM.YYYY (I've planned to read this
  12. information from the date&time cdev but coudln't find the right resource). take
  13. the current time in account now for the moon's calculations (but they're not
  14. updated like the clock). the moon-data in the log file is for 12 o'clock (noon)…
  15.  
  16. v4.6.1
  17. small bugfix in the DST code. added the current time (hours/minutes) into the
  18. computation of the moonage/-terminator. when logging data to a file, these
  19. values are for 12:00 hours (noon)…
  20.  
  21. v4.6.0
  22. added code and button for the "status line" timing feature, polished the
  23. resource fork (added a vers and icn resource - the icon btw is from an old
  24. pgm called "MoonPhaser" which I've found while diving in my old pd disks)…
  25.  
  26. v4.5.5
  27. minor bugfixes…
  28.  
  29. v4.5.4
  30. added the feature to print a msg "DST starts/ends today!" on those days (in
  31. window & logfile). this version comes in german as well (v4.5.4D)…
  32.  
  33. v4.5.3
  34. changed the 24-hours-dt/nt clock to show night- and twilight hours…
  35.  
  36. v4.5.2
  37. replaced the ugly "."s with a nice "thermometer bar" showing the progress of
  38. the logged data, RETURN is now accepted for the "Do It!" button…
  39.  
  40. v4.5.1
  41. Paul Colquhoun from Australia notified me in an e-mail that DST on the southern
  42. hemisphere is just reversed. added this to the automatic DST detection routine…
  43.  
  44. v4.5.0
  45. added a graphical representation of the moonphase. replaced pure BASIC code
  46. with ToolCalls where applicable (filling, drawing etc.)…
  47.  
  48. v4.4.2
  49. according to an e-mail by Jerry Cederquist from Arizona, I've changed the
  50. meaning of the STR-resource #6. it's now a value of 0, 1 or 2, meaning "no
  51. DST at all", "DST March-September" or "DST March-October" resp…
  52.  
  53. v4.4.1
  54. bugfixes and slightly changed "behaviour". the window is now no longer "non-
  55. modal" and you have a standard menu with the "quit" and the "about" items.
  56. there's also an "edit" menu but it's of hardly any use (it's QB's default one!)
  57.  
  58. v4.4.0
  59. added another dialog before logging to disk. now the user has the choice of
  60. what data is to be logged to the file: everything or just the 4 moonphases
  61. (new, half(wax), full, half(wan)) in any combination…
  62.  
  63. v4.4.3-4.3.5
  64. bugfixes like:
  65. am/pm-bug, DST-bug (&revamping), moonphase-bug when logging over new-years eve,
  66. corrected the analog-clock's handles, verification of start/end dates to avoid
  67. "nonsense" headers in textfile…
  68.  
  69. v4.3.0
  70. added a "Log" button which prompts the user for a start and end date and writes
  71. out the data for this period to a textfile…
  72.  
  73. v4.2.2-4.2.9
  74. revamping of code, minor bugfixes, conceptual work on the source…
  75. the display is now completely updated when running over midnite…!
  76.  
  77. v4.2.1
  78. added detection of midnight sun and polar night if the location if beyond +/-
  79. 66.5 degrees latitude…
  80. it was posted to macgifts@sumex & umich as "Soon4" and there's a german version
  81. available on request…
  82.  
  83. v4.2.0
  84. added another analog clock. 24-hours-format, to display the night- and dayhours…
  85.  
  86. v4.0.1-4.1.9
  87. changed the GUI to display all the new data and - again - fixed a lot of bugs…
  88.  
  89. v4.0.0
  90. due to the (unexpected) response to "Soon3" I've been notified that there's
  91. something wrong with the sun-dates at different locations from where I live…
  92. it took me a while to realize that it's the approximation algorithm. while
  93. quick and compact (perfect for my BBS) it's apparently not working at different
  94. locations. read some books about astronomy and decided to use a "full-grown",
  95. correct algorithm. replaced both, the sun and the moon code, ported the source
  96. to QuickBASIC's binary-math-version and replaced the necessary variables to
  97. double-precision vars… 
  98.  
  99. v3.5.1
  100. added a pointer for the seconds to the clock and let it update every second…
  101.  
  102. v3.5.0
  103. replaced the silly icon with the analog clock… hours and minutes were displayed
  104. and updated every 60 seconds… this version was also posted to macgifts@sumex as
  105. "Soon3" and the german version "Soon3D" got sent to
  106. "z-netz.rechner.apple.binaer"…
  107.  
  108. v3.0.1-3.4.6
  109. fixed alot of bugs that have been reported from the beta-force and mac-dinked
  110. the GUI…
  111.  
  112. v3.0.0
  113. added a GUI. data was displayed in a custom-window, along with some meaningless
  114. icon (to fill up space :). still using the approximation algorithms with the
  115. decimal version… compiled stand-alone applications were sent out to my beta-
  116. guys… along with the english version, there's one in german as well now…
  117.  
  118. v2.0.0
  119. port to Microsoft's QuickBASIC, decimal version. plain, standard ascii-output in
  120. default window. got never compiled to a stand-alone version…
  121.  
  122. v1.0.0
  123. first complete implementation of an approximation algorithm found in some pocket-
  124. calculator's handbook. added my own algorithm for the moonphases (deviation +/-
  125. 0.5 days). worked fine in my BBS. completely written in AppleSoft (on my IIgs)
  126.